home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms / ppppkt05.zip / showip.doc < prev   
Text File  |  1994-11-07  |  1KB  |  37 lines

  1. File:  SHOWIP.DOC
  2.  
  3.  
  4. Usage:
  5. =====
  6.  
  7. C:\> SHOWIP [<board>]
  8.  
  9.  
  10. Copyright, Licence, Warranty Disclaimer:
  11. =======================================
  12.  
  13.         SHOWIP is part of the PPPPKT package.  Its copyright, licence and
  14.     lack of warranty are those of PPPPKT.  See PPPPKT.DOC.
  15.  
  16. Description:
  17. ===========
  18.  
  19.   SHOWIP echoes the IP number used by a SLIP_PPP connection to standard
  20. output.  The format is in dotted-decimal notation, followed by a CR LF pair.
  21. This may be useful in setting up configuration files for applications, if you
  22. use dynamically assigned IP addresses.  That is, you can use SHOWIP together
  23. with DOS batch files and copy commands to assemble configuration files
  24. containing the correct IP# for the session.
  25.  
  26.   SHOWIP takes a single (optional) argument:  the <board> number, 1-based.
  27. The default is  <board> = 1 .  A usage message appears if a bad argument is
  28. given.
  29.  
  30.   SHOWIP can only work with Novell's SLIP_PPP v4.1 (R41-1, 921113).  It uses
  31. the same "direct" method (3) of IP# determination as described in PPPPKT.DOC.
  32. This kluge method may not always work and has not been widely tested.
  33.  
  34.   To see if it works for you just run SHOWIP after establishing the PPP link
  35. (don't think it will work for SLIP) and see if it echoes the correct IP#.
  36. (The correct IP number, in hex form, can be found by running "SLIP_PPP c".)
  37.